* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
authorJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 03:05:02 +0000 (03:05 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 03:05:02 +0000 (03:05 +0000)
src/s/sol2.h

index db573a55bcc15bf8ffcbce236c9223fea0d5eb3e..348cfaabc09f86b8bc13c82b2adbb3eb9b40e7b8 100644 (file)
@@ -23,4 +23,8 @@ If you have the misfortune to be running Solaris 2.1, you may have
 noticed that the access system call does not check the readonlyness of
 the filesystem the path refers to.  This is a bug, according to
 access(2), but in the meantime, some of us need the right behavior.  */
-#define SOLARIS_BROKEN_ACCESS
+
+/* Well, we released Emacs with this change, and fixed a typo, but
+   people keep saying that it doesn't work, and that the patch is easy
+   to install.  */
+#undef SOLARIS_BROKEN_ACCESS